Function: isIE() Description: Checks if the current browser is Internet Explorer. Returns: True if yes, False otherwise. Note: The isIE() function does not support chaining. Example: var isInternetExplorer = $A.isIE();